Update the git2 dependency
authorAlex Crichton <alex@alexcrichton.com>
Thu, 28 Aug 2014 18:10:10 +0000 (11:10 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 28 Aug 2014 18:15:49 +0000 (11:15 -0700)
commit20e37c6a8163837f2b184fbdefee3c902efe0fdd
treed22ecc1f13b4aa541fb28b758662040a7ea9935c
parent870c0f932a6952d3aa9b090ba87ad73d61297977
Update the git2 dependency

It turned out most of the methods in libgit2 don't actually require a Signature
structure, they're all mostly optional. This commit updates to this version of
libgit2 where the arguments are all optional.
Cargo.lock
src/cargo/sources/git/utils.rs
tests/test_cargo_compile_git_deps.rs